home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / soccofobia.swf / scripts / DefineButton2_128 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2008-09-26  |  196 b   |  11 lines

  1. on(press){
  2.    if(_root.chal != 0)
  3.    {
  4.       if(_root.kong == true)
  5.       {
  6.          _root.kongregateScores.setMode("Challenge_" + chal);
  7.       }
  8.       _root.gotoAndPlay("Game");
  9.    }
  10. }
  11.